home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {
- ACTIONS = {
- cancel = id;
- checkForUpdates = id;
- copyToClipboard = id;
- debug = id;
- deleteExpiredFiles = id;
- download = id;
- help = id;
- selectAccount = id;
- selectArchiveType = id;
- setWrap = id;
- showAbout = id;
- showIntroduction = id;
- showPreference = id;
- showRegistration = id;
- showRegistrationPrompt = id;
- showSendOptionsHelp = id;
- startSending = id;
- toggleOutstanding = id;
- toggleShortURL = id;
- visitWebsite = id;
- };
- CLASS = AppController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "_accountPopUpBtn" = NSPopUpButton;
- "_cancelBtn" = NSButton;
- "_deleteExpiredBtn" = NSButton;
- "_dropView" = DropView;
- "_fileMenu" = NSMenu;
- "_helpMenu" = NSMenu;
- "_mainWindow" = YMWindow;
- "_sendOptionsArchivePasswordTF" = NSTextField;
- "_sendOptionsArchiveTypePopUp" = NSPopUpButton;
- "_sendOptionsHelpTV" = NSTextView;
- "_sendOptionsHelpWindow" = NSWindow;
- "_sendOptionsSendBtn" = NSButton;
- "_sendOptionsTabView" = NSTabView;
- "_sendOptionsWindow" = NSWindow;
- "_sendOptionsWrapRadio" = NSMatrix;
- "_sendOptionsWrapTF" = NSTextField;
- "_shortURLBtn" = NSButton;
- "_statusLineTF" = NSTextField;
- "_thankYouWindow" = NSWindow;
- "_toggleServerBtn" = NSButton;
- "_transport" = Transport;
- urlTV = NSTextView;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = DropView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- ACTIONS = {"_startProgressAnimation" = id; "_stopProgressAnimation" = id; };
- CLASS = Transport;
- LANGUAGE = ObjC;
- OUTLETS = {
- "_appController" = AppController;
- "_cancelBtn" = NSButton;
- "_dropView" = DropView;
- "_filenameTF" = NSTextField;
- "_filesizeSentTF" = NSTextField;
- "_filesizeTF" = NSTextField;
- "_mainWindow" = YMWindow;
- "_progressIndicator" = NSProgressIndicator;
- "_timeElapsedTF" = NSTextField;
- "_timeLeftTF" = NSTextField;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {openInBrowser = id; openInEmail = id; selectDoubleClickAction = id; };
- CLASS = UrlTextView;
- LANGUAGE = ObjC;
- OUTLETS = {"_doubleClickMenu" = NSMenu; };
- SUPERCLASS = NSTextView;
- },
- {CLASS = YMWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }
- );
- IBVersion = 1;
- }